![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
astrocite-ris
Advanced tools
An AST and parser for parsing RIS files to CSL JSON.
See astrocite for more details.
Type: String
Raw RIS to be parsed to CSL JSON
Type: String
Raw RIS to be parsed to an AST
import { parse } from 'astrocite-ris';
const cslJson = parse(`
TY - ICOMM
T1 - Some Blog Title
A1 - Doe, John
Y1 - 2015///
UR - https://google.com
ER -
`);
// cslJson is now valid CSL JSON
The full schema specification can be found here.
TY - ICOMM
T1 - The Final Nail in Early Goal Directed Therapy’s Coffin?
A1 - Allen-Dicker, Joshua
Y1 - 2015///
JF - Now @ NEJM
UR - http://blogs.nejm.org/now/index.php/the-final-nail-in-early-goal-directed-therapys-coffin/2015/03/24/
ER -
TY - ICOMM
T1 - The ProMISe Study: EGDT RIP?
A1 - Body, Rick
Y1 - 2015///
Y2 - 2016///
JF - St. Emlyn's website
UR - http://stemlynsblog.org/the-promise-study-egdt-rip/; http://blogs.nejm.org/now/index.php/the-final-nail-in-early-goal-directed-therapys-coffin/2015/03/24/
ER -
TY - ICOMM
T1 - NephMadness 2015: ProCESS ARISE ProMISe and the promise of Early Goal Directed Therapy
A1 - Boka, Kamran
Y1 - 2015///
JF - AJKD blog
UR - http://ajkdblog.org/2015/03/18/nephmadness-2015-process-arise-promise-and-the-promise-of-early-goal-directed-therapy/
ER -
{
"kind": "File",
"loc": {
"start": {
"offset": 0,
"line": 1,
"column": 1
},
"end": {
"offset": 814,
"line": 22,
"column": 6
}
},
"children": [
{
"kind": "Entry",
"loc": {
"start": {
"offset": 0,
"line": 1,
"column": 1
},
"end": {
"offset": 246,
"line": 8,
"column": 1
}
},
"type": "ICOMM",
"properties": [
{
"type": "Property",
"loc": {
"start": {
"offset": 12,
"line": 2,
"column": 1
},
"end": {
"offset": 74,
"line": 3,
"column": 1
}
},
"key": "T1",
"value": "The Final Nail in Early Goal Directed Therapy’s Coffin?"
},
{
"type": "Property",
"loc": {
"start": {
"offset": 74,
"line": 3,
"column": 1
},
"end": {
"offset": 101,
"line": 4,
"column": 1
}
},
"key": "A1",
"value": "Allen-Dicker, Joshua"
},
{
"type": "Property",
"loc": {
"start": {
"offset": 101,
"line": 4,
"column": 1
},
"end": {
"offset": 115,
"line": 5,
"column": 1
}
},
"key": "Y1",
"value": "2015///"
},
{
"type": "Property",
"loc": {
"start": {
"offset": 115,
"line": 5,
"column": 1
},
"end": {
"offset": 132,
"line": 6,
"column": 1
}
},
"key": "JF",
"value": "Now @ NEJM"
},
{
"type": "Property",
"loc": {
"start": {
"offset": 132,
"line": 6,
"column": 1
},
"end": {
"offset": 240,
"line": 7,
"column": 1
}
},
"key": "UR",
"value": "http://blogs.nejm.org/now/index.php/the-final-nail-in-early-goal-directed-therapys-coffin/2015/03/24/"
}
]
},
{
"kind": "Entry",
"loc": {
"start": {
"offset": 246,
"line": 8,
"column": 1
},
"end": {
"offset": 531,
"line": 16,
"column": 1
}
},
"type": "ICOMM",
"properties": [
{
"type": "Property",
"loc": {
"start": {
"offset": 258,
"line": 9,
"column": 1
},
"end": {
"offset": 293,
"line": 10,
"column": 1
}
},
"key": "T1",
"value": "The ProMISe Study: EGDT RIP?"
},
{
"type": "Property",
"loc": {
"start": {
"offset": 293,
"line": 10,
"column": 1
},
"end": {
"offset": 310,
"line": 11,
"column": 1
}
},
"key": "A1",
"value": "Body, Rick"
},
{
"type": "Property",
"loc": {
"start": {
"offset": 310,
"line": 11,
"column": 1
},
"end": {
"offset": 324,
"line": 12,
"column": 1
}
},
"key": "Y1",
"value": "2015///"
},
{
"type": "Property",
"loc": {
"start": {
"offset": 324,
"line": 12,
"column": 1
},
"end": {
"offset": 338,
"line": 13,
"column": 1
}
},
"key": "Y2",
"value": "2016///"
},
{
"type": "Property",
"loc": {
"start": {
"offset": 338,
"line": 13,
"column": 1
},
"end": {
"offset": 364,
"line": 14,
"column": 1
}
},
"key": "JF",
"value": "St. Emlyn's website"
},
{
"type": "Property",
"loc": {
"start": {
"offset": 364,
"line": 14,
"column": 1
},
"end": {
"offset": 525,
"line": 15,
"column": 1
}
},
"key": "UR",
"value": "http://stemlynsblog.org/the-promise-study-egdt-rip/; http://blogs.nejm.org/now/index.php/the-final-nail-in-early-goal-directed-therapys-coffin/2015/03/24/"
}
]
},
{
"kind": "Entry",
"loc": {
"start": {
"offset": 531,
"line": 16,
"column": 1
},
"end": {
"offset": 814,
"line": 22,
"column": 6
}
},
"type": "ICOMM",
"properties": [
{
"type": "Property",
"loc": {
"start": {
"offset": 543,
"line": 17,
"column": 1
},
"end": {
"offset": 636,
"line": 18,
"column": 1
}
},
"key": "T1",
"value": "NephMadness 2015: ProCESS ARISE ProMISe and the promise of Early Goal Directed Therapy"
},
{
"type": "Property",
"loc": {
"start": {
"offset": 636,
"line": 18,
"column": 1
},
"end": {
"offset": 655,
"line": 19,
"column": 1
}
},
"key": "A1",
"value": "Boka, Kamran"
},
{
"type": "Property",
"loc": {
"start": {
"offset": 655,
"line": 19,
"column": 1
},
"end": {
"offset": 669,
"line": 20,
"column": 1
}
},
"key": "Y1",
"value": "2015///"
},
{
"type": "Property",
"loc": {
"start": {
"offset": 669,
"line": 20,
"column": 1
},
"end": {
"offset": 685,
"line": 21,
"column": 1
}
},
"key": "JF",
"value": "AJKD blog"
},
{
"type": "Property",
"loc": {
"start": {
"offset": 685,
"line": 21,
"column": 1
},
"end": {
"offset": 809,
"line": 22,
"column": 1
}
},
"key": "UR",
"value": "http://ajkdblog.org/2015/03/18/nephmadness-2015-process-arise-promise-and-the-promise-of-early-goal-directed-therapy/"
}
]
}
]
}
FAQs
Parser and AST for converting RIS to CSL JSON
The npm package astrocite-ris receives a total of 87 weekly downloads. As such, astrocite-ris popularity was classified as not popular.
We found that astrocite-ris demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.